Skip to main content

IOptions<T>

Marker interface to enforce recommended method signature on ServiceStack Services: object Options(T request)

Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public interface IOptions<T>

Methods

Options(T)

View Source
Declaration
object Options(T request)
Returns

System.Object

Parameters
TypeName
<T>request